Adds support for the keyword 'all' to the vcpu-pin operation.
authorEmmanuel Ackaouy <ack@xensource.com>
Tue, 26 Sep 2006 11:17:51 +0000 (12:17 +0100)
committerEmmanuel Ackaouy <ack@xensource.com>
Tue, 26 Sep 2006 11:17:51 +0000 (12:17 +0100)
commit7ccdaed2edadf9984b520b192682c69daac04bc8
treeb03748d4f66b5d26a68acdaefa223d31819e109d
parent2d5c2b773d963abe359ca6151683b7e72684c9c2
Adds support for the keyword 'all' to the vcpu-pin operation.
Using 'all' in place of a specific vcpu will apply the cpumask
to all vcpus in the domain.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
docs/man/xm.pod.1
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/server/SrvDomain.py
tools/python/xen/xm/main.py